home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIROPERRORSDIALOG / TDIROPERRORSDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  86 lines

  1. inherited DirOpErrorsDialog: TDirOpErrorsDialog
  2.   Left = 274
  3.   Top = 378
  4.   BorderStyle = bsSizeable
  5.   Caption = 'File Operation Errors'
  6.   ClientHeight = 295
  7.   ClientWidth = 337
  8.   OnClose = FormClose
  9.   OnCreate = FormCreate
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object LeftBevel: TUiBevel
  14.     Left = 0
  15.     Top = 19
  16.     Width = 8
  17.     Height = 238
  18.     Align = alLeft
  19.     Shape = bsSpacer
  20.   end
  21.   object RightBevel: TUiBevel
  22.     Left = 329
  23.     Top = 19
  24.     Width = 8
  25.     Height = 238
  26.     Align = alRight
  27.     Shape = bsSpacer
  28.   end
  29.   object TopPanel: TUiPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 337
  33.     Height = 19
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     object ProblemsImage: TUiImage
  38.       Left = 8
  39.       Top = 4
  40.       Width = 16
  41.       Height = 16
  42.       Transparent = True
  43.       ImageIndex = imgWarning
  44.       Images = BcImages.MainImages
  45.     end
  46.     object ProblemsLbl: TUiLabel
  47.       Left = 23
  48.       Top = 5
  49.       Height = 13
  50.       Caption = 'Problems:'
  51.     end
  52.   end
  53.   object ErrorsEdit: TUiMemo
  54.     Left = 8
  55.     Top = 19
  56.     Width = 321
  57.     Height = 238
  58.     Align = alClient
  59.     ReadOnly = True
  60.     TabOrder = 1
  61.   end
  62.   object BottomPanel: TUiPanel
  63.     Left = 0
  64.     Top = 257
  65.     Width = 337
  66.     Height = 38
  67.     Align = alBottom
  68.     BevelOuter = bvNone
  69.     TabOrder = 2
  70.     SizeGripper = True
  71.     DesignSize = (
  72.       337
  73.       38)
  74.     object CloseBtn: TUiButton
  75.       Left = 256
  76.       Top = 8
  77.       Anchors = [akTop, akRight]
  78.       Cancel = True
  79.       Caption = 'Close'
  80.       TabOrder = 0
  81.       OnClick = CloseClick
  82.       AutoSize = asRight
  83.     end
  84.   end
  85. end
  86.